home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
fg
/
fgl402e
/
expas.arj
/
TEMP
/
15-03.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1995-01-20
|
440b
|
17 lines
program fg1303;
uses fgmain, fgmisc;
begin
fg_initpm;
writeln('Mary Had a Little Lamb...');
fg_music('T150 L8 EDCDEEE P DDD P EGG P EDCDEEE L16 P L8 EDDEDC$');
fg_waitfor(18);
writeln('up the scale in two octaves...');
fg_music('L16 CC#DD#EFF#GG#AA#B O+ CC#DD#EFF#GG#AA#B$');
fg_waitfor(18);
writeln('Beethoven''s Fifth Symphony...');
fg_music('T180 O2 L2 P L8 P GGG L2 D# L24 P L8 P FFF L2 D$');
end.